Description
get graph nodes.
Operation id | Document.Routing.GetGraph |
Category | Routing |
Label | Get graph |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Document.Routing.GetGraph",
"label" : "Get graph",
"category" : "Routing",
"requires" : null,
"description" : "get graph nodes.",
"url" : "Document.Routing.GetGraph",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "routeDocId",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "language",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}